home *** CD-ROM | disk | FTP | other *** search
/ Disc Station 20 / Disc Station Vol 20.ISO / Drivers / Iodata / Lcdd15t / d15t110.exe / DISK.EXE / WINNT40 / GATR02.INF < prev    next >
INI File  |  1998-01-08  |  3KB  |  134 lines

  1. ;
  2. ;  INF file for LCD-D15T display driver.
  3. ;
  4. ;  Copyright (C) 1998 I-O DATA DEVICE,INC.
  5. ;
  6.  
  7. [Version]
  8. Signature="$CHICAGO$"
  9. Provider=%trident%
  10. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  11. Class=Display
  12.  
  13. [DestinationDirs]
  14. DefaultDestDir   = 11
  15. gatr02.Miniport = 12  ; drivers
  16. gatr02.Display  = 11  ; system32
  17. gatr02.Utility  = 10  ; windows
  18.  
  19. ;
  20. ; Driver information
  21. ;
  22.  
  23. [Manufacturer]
  24. %trident% = trident.Mfg
  25.  
  26. [trident.Mfg]
  27. Video Accelerator LCD-D15T = gatr02
  28.  
  29. ;
  30. ; General installation section
  31. ;
  32.  
  33. [gatr02]
  34. CopyFiles=gatr02.Miniport, gatr02.Display, gatr02.Utility
  35.  
  36. ;
  37. ; File sections
  38. ;
  39.  
  40. [gatr02.Miniport]
  41. gatr02.sys   , gatr02.sy_
  42.  
  43. [gatr02.Display]
  44. gatr02.dll   , gatr02.dl_
  45. gactl.dll    , gactl.dl_
  46. gactlj.hlp   , gactlj.hl_
  47. gactle.hlp   , gactle.hl_
  48. gactlj.cnt   , gactlj.cn_
  49. gactle.cnt   , gactle.cn_
  50. msvcrt.dll   , msvcrt.dl_
  51.  
  52. [gatr02.Utility]
  53. gatray.exe   , gatray.ex_
  54. gactlcur.ini , gactlcur.in_
  55. gatr02.bmp   , gatr02.bm_
  56.  
  57. ;
  58. ; Service Installation
  59. ;
  60.  
  61. [gatr02.Services]
  62. AddService = gatr02, 0x00000002, gatr02_Service_Inst, gatr02_EventLog_Inst
  63.  
  64. [gatr02_Service_Inst]
  65. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  66. StartType      = 1                  ; SERVICE_SYSTEM_START
  67. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  68. LoadOrderGroup = Video
  69. ServiceBinary  = %12%\gatr02.sys
  70.  
  71. [gatr02_EventLog_Inst]
  72. AddReg = gatr02_EventLog_AddReg
  73.  
  74. [gatr02_EventLog_AddReg]
  75. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\gatr02.sys"
  76. HKR,,TypesSupported,0x00010001,7
  77.  
  78. ;
  79. ; Software Installation
  80. ;
  81.  
  82. [gatr02.SoftwareSettings]
  83. AddReg = gatr02_SoftwareDeviceSettings
  84.  
  85. [gatr02_SoftwareDeviceSettings]
  86. HKR,, InstalledDisplayDrivers,      %REG_MULTI_SZ%, vga, gatr02
  87. HKR,, VgaCompatible,                %REG_DWORD%,    1
  88. HKR,, EnableDualVideos,             %REG_DWORD%,    1
  89. HKR,, HardwareInformation.LastMode, %REG_DWORD%,    0
  90.  
  91. HKCR,"CLSID\{494F4441-5441-5F44-4953-504C41593B20}\InProcServer32",,,"gactl.dll"
  92. HKCR,"CLSID\{494F4441-5441-5F44-4953-504C41593B20}\InProcServer32",ThreadingModel,,"Apartment"
  93. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\IODATA Accela Utility",,,"{494F4441-5441-5F44-4953-504C41593B20}"
  94.  
  95. ;
  96. ; Source file information
  97. ;
  98.  
  99. [SourceDisksNames.x86]
  100. 1 = %DiskId%,,,""
  101.  
  102. [SourceDisksFiles]
  103. gatr02.dl_   = 1
  104. gatr02.sy_   = 1
  105. msvcrt.dl_   = 1,..
  106. gactl.dl_    = 1,..
  107. gactlj.hl_   = 1,..
  108. gactle.hl_   = 1,..
  109. gactlj.cn_   = 1,..
  110. gactle.cn_   = 1,..
  111. gatray.ex_   = 1,..
  112. gactlcur.in_ = 1,..
  113. gatr02.bm_   = 1,..
  114.  
  115. [Strings]
  116.  
  117. ;
  118. ; Non-Localizable Strings
  119. ;
  120.  
  121. REG_SZ         = 0x00000000
  122. REG_MULTI_SZ   = 0x00010000
  123. REG_EXPAND_SZ  = 0x00020000
  124. REG_BINARY     = 0x00000001
  125. REG_DWORD      = 0x00010001
  126. SERVICEROOT    = System\CurrentControlSet\Services
  127.  
  128. ;
  129. ; Localizable Strings
  130. ;
  131.  
  132. DiskId="I.O DATA Installation DISK (VIDEO)"
  133. trident="I.O DATA"
  134.